QuickObjects.ObjectBase Send comments on this topic.
Implicit Type Conversion(Byte[]) Operator
See Also 
Akal.QuickObjects.ObjectBase Namespace > BinaryField Class > Implicit Type Conversion Operator : Implicit Type Conversion(Byte[]) Operator
val

BinaryField

This allows the developer to directly assign an array of Byte into this Field. The BusinessObject property must be set manually after this assignment as BusinessObject is not set. If you are using the classes generated by Quick Objects Designer, then this step is not required as the generated code automatically does this for you.

Parameters:
Description
valByte[] to set the Value property with.

Returns:
Type
BinaryField


	MyBinaryField = myByteArr;
	

Syntax

C# 
public BinaryField operator implicit( 
   byte[] val
)

Parameters

val

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also